github.com/jackc/pgx/v5/pgxpool.Pool.shouldPing (field)

4 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L92: 	shouldPing            func(context.Context, ShouldPingParams) bool
		pool.go#L264: 		p.shouldPing = config.ShouldPing
		pool.go#L266: 		p.shouldPing = func(ctx context.Context, params ShouldPingParams) bool {
		pool.go#L623: 		if p.shouldPing(ctx, shouldPingParams) {